SetFormBackColour
Definition:
SetFormBackColour(red, green, blue)
Description:
Sets the current form's background colour using the RGB colour components specified.
Platforms:
All
Parameters:
red - required
Value of the red component of the required background colour.
Must be an integer in the range: 0 – 255.
green - required
Value of the green component of the required background colour.
Must be an integer in the range: 0 – 255.
blue - required
Value of the blue component of the required background colour.
Must be an integer in the range: 0 – 255.
Returns:
nothing